Xbasic

Logical Operators

Command Statements Reference. Alpha Anywhere supports the following logical operators:"/>

Description

Logical operators are used between logical expressions to yield logical results. See Also Command Statements Reference. Alpha Anywhere supports the following logical operators:

Operator
Effect
.AND.

Logical AND

.OR.

Logical OR

.NOT.

Negation

.XOR.

TRUE if only one of the expressions on either side of the .XOR. is TRUE.

()

Parentheses

See Also